ComponentOne ASP.NET MVC Controls
Binding Method (ChartSeriesBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ChartSeriesBaseBuilder<T,TControl,TBuilder> Class : Binding Method
The value.
Configurates C1.Web.Mvc.ChartSeriesBase<T>.Binding. Sets the name of the property that contains Y values for the series.
Syntax
'Declaration
 
Public Function Binding( _
   ByVal value As String _
) As TBuilder
public TBuilder Binding( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartSeriesBaseBuilder<T,TControl,TBuilder> Class
ChartSeriesBaseBuilder<T,TControl,TBuilder> Members